home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / CAD / PADSLOG.ARJ / LOGIC.EXE / PART.HLP < prev    next >
Text File  |  1990-12-26  |  4KB  |  112 lines

  1.            Part Type Library Help 
  2.  
  3. Part Type items are used to specify the
  4. electrical & packaging information
  5. associated with a part.
  6.  
  7. -------------------------------------------
  8. The format for a Part Type items is:
  9. -------------------------------------------   
  10. (Items that are not in capital letters are
  11. Optional)
  12.  
  13. NAME DNM:dnm type lines gates sigpins 
  14. alpha flags cpins
  15. @<alias/prefix list>
  16. <part attribute lines inserted here>
  17. {for each gate ...}
  18. G:gdnm:gdnm SWPTYP PINS
  19. {for each pin ...}
  20. PINNO.swptyp.pinTyp.pinName ...
  21.   ...
  22. {for each signal pin ...}
  23. [SIGPIN] PINNO WIDTH SIGNM 
  24. {for each alphanumeric pin number ...}
  25. APINNO APINNO ...
  26. ------------------------------------------
  27. >NAME DNM:dnm type lines gates sigpins 
  28. alpha flags
  29.  
  30. NAME : Part type name (up to 16 chars)
  31. DNM :  PCB DECAL name(s) (up to 16 chars)
  32.        alternate decal names are separated 
  33.        by ":" (Max. 4 alternates)
  34. type : Logic type of the part type. Any
  35.        three char name, i.e.:
  36.        UND   Undefined logic type
  37.        TTL   TTL logic type
  38.        CMO   CMOS logic type
  39.        ECL   ECL logic type
  40.        ANA   Analog logic type
  41. lines: Number of user defined text lines.
  42.        Line beginning with @ is used by TTL 
  43.        parts ie. \00 \01 ; to specify
  44.        aliases ?4LS 54ALS etc.
  45. gates: Number of gates in the part type
  46.        up to 20 gates in a part type
  47. sigpins: Number of pins assc. with 
  48.        special signal names.
  49.        Up to 50 signal pins in a part.
  50. alpha: Number of alphanumeric pin numbers
  51.        specified in part type (if feature
  52.        is used there must be a unique 
  53.        "number" for every pin in the part.
  54. flags: 0 = normal part
  55.        1 = connector part
  56.        2 = special part for off-sheet refs.
  57.        If 128 added - part has an error.
  58. cpins: Number of pins for a connector part.
  59. ------------------------------------------
  60. >G:gdnm:gdnm SWPTYP PINS
  61.  
  62. gdnm:   Gate decal name(s) (up to 16 chars)
  63.         alternate decal names are separated 
  64.         by ":" (Max. 4 alternates).
  65. SWPTYP: Gates with the same swaptype
  66.         are assumed to be electically 
  67.         equivalent.
  68.         (SWPTYP = 0 means not swapable).
  69. PINS:   Number of pins in the gate
  70. ------------------------------------------
  71. >PINNO.swptyp.pinTyp.pinName
  72.  
  73. PINNO:  Electrical pin number of pin in gate
  74. swptyp: Pins with the same swap type 
  75.         are assumed to be electrically 
  76.         equivalent.
  77.         (swptyp = 0 means not swapable)
  78. pinTyp: Pin electrical type
  79.         S  source pin
  80.         B  bidirectional pin
  81.         C  open collector pin
  82.         O  ortieable source pin
  83.         T  tristate pin
  84.         L  load pin
  85.         Z  terminator pin
  86.         P  pwr pin
  87.         G  ground pin
  88.         U  undefined
  89. pinName: Electrical pin name of pin in gate.
  90. ------------------------------------------
  91. >[SIGPIN] PINNO WIDTH SIGNM
  92.  
  93. PINNO : Part pin number to assc. the signal
  94.         name with.
  95. WIDTH : Track width to assc. with the connec-
  96.         tion to this pin.
  97. SIGNM : Signal name assc. with the pin.
  98.         (up to 12 chars. in name)
  99. ------------------------------------------
  100. >APINNO APINNO ...
  101.  
  102. APINNO: Alphanumeric pin number up to 4 
  103.         characters long. 
  104.         1st "number" in list corresponds to 
  105.         electrical pin #1 and so on. 
  106.         There must be same number of alpha 
  107.         numbers as there are pins on the
  108.         part.
  109. ------------------------------------------
  110.             <END OF HELP FILE>
  111.  
  112.